home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2002 November / CD 1 / APC0211D1.ISO / workshop / prog / files / ActivePerl-5.6.1.633-MSWin32.msi / _dffcf8e313beb03a688298019df3fb47 < prev    next >
Encoding:
Text File  |  2001-10-17  |  126 b   |  9 lines

  1. package URI::snews;  # draft-gilman-news-url-01
  2.  
  3. require URI::news;
  4. @ISA=qw(URI::news);
  5.  
  6. sub default_port { 563 }
  7.  
  8. 1;
  9.